home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00097_Offers.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  479 b   |  17 lines

  1. on exitFrame
  2.   global gBackgroundSound, gBackgroundVolume, gFragment3
  3.   set the volume of sound 2 to gBackgroundVolume
  4.   set CurrentSound to getpn() & "Sounds:Bckgrd" & gBackgroundSound & ".aif"
  5.   if soundBusy(2) = 0 then
  6.     sound playFile 2, CurrentSound
  7.   end if
  8.   if rollOver(19) then
  9.     set MBNumber to the number of cast "Fragment 1"
  10.     if gFragment3 = 0 then
  11.       set the castNum of sprite 19 to MBNumber + 2
  12.       updateStage()
  13.     end if
  14.   end if
  15.   go(the frame)
  16. end
  17.